home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / vinced / vinced.readme < prev   
Text File  |  1999-04-19  |  8KB  |  193 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     util/shell
  5. Version:  3.67
  6. Requires: Any Amiga, any kickstart version (even 1.2 will do)
  7. Replaces: ViNCGoodies.lha, ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.6x releases are the LAST releases that still support Os 1.x
  11. ---------------------------------------------------------------------------
  12.  
  13.                         About ViNCEd
  14. ---------------------------------------------------------------------------
  15. The latest version (3.67) of my full screen shell editor (CON: replacement)
  16. ---------------------------------------------------------------------------
  17.  
  18. Features:
  19. -Extremly flexible
  20. -Comes with prefs program with nice GUI
  21. -User defineable macros and buttons (gadgets) with parameters
  22. -Full screen editor, not line limited
  23. -Compatible to CON: and ConMan
  24. -VT-220 emulation build in
  25. -ANSI (VT-xxx) colors on request
  26. -Freely configurable keyboard
  27. -ASCII prefs, a standard editor is enough to change them by hand.
  28. -Keypad mode on request (numeric keypad for cursor control)
  29. -Supports control sequences of:
  30.         -CON:
  31.         -VT-220
  32.         -DEC
  33.         -XTerm (Unix Shells)
  34.         -SGI winterm
  35.         -plus private stuff (set keyboard, colors and font by ctrl seqs)
  36. -TAB expansion, with different TAB requesters as option
  37. -TAB expansion cache
  38. -Colored cursor on request
  39. -Menu, clipboard support build in (no ConClip needed)
  40. -"More than complete" online help plus documentation
  41. -C include files, autodocs for the library included
  42. -Screen title might contain path/fail codes/CLI number & more
  43. -Localizeable (German available, more locales welcome)
  44. -Job control á la unix with Ctrl-Z
  45.         -suspends shell jobs
  46.         -sends shell jobs to forgeground & background
  47.          using tiny shell scripts "fg" and "bg" like unix
  48. -documented library for own applications and editor programming
  49. -iconification support
  50. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  51.  toolbutton images if available. 
  52. -easy installation
  53. -full control by single program (SetVNC)
  54. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  55. -can create private screens on request
  56. -font & monitor selectable by prefs
  57. -icon drop, with modifiers for path/name only
  58. -100% assembly language => fast & short (err, as short as I could do it.)
  59.  
  60. Plus:   It's 100% free! Hey, I must be crazy!
  61.  
  62. -----------------------------------------------------------------------------
  63.  
  64. -------- history ----- this is not the complete history, read the guide!----
  65.  
  66. Changes made in 3.67:
  67.  
  68.         Added the %l and %o window title command to insert the state of the
  69.         NumLock and Overwrite qualifier.
  70.         ViNCEd will now try to adjust its icons correctly if some other
  71.         program hacked more than the system default icons into its title
  72.         ("PowerWindows").
  73.         The shortcuts of the ViNCEd windows can now be localized.
  74.     Fixed a bug in the TAB expansion cache handling of
  75.     multiassigns. 
  76.     Added a workaround for a bug in VIM.
  77.  
  78. Changes made in 3.66:
  79.         Fixed the broken "Insert CSI" and "Insert ESC" sequences.
  80.         Included an italian catalog by Francesco Leoni
  81.         and Francesco Mancuso. Thanks!
  82.         Added the "Restore Window" menu item.
  83.     Added mouse wheel support for serial mice.
  84.  
  85. Changes made in 3.65:
  86.         Included a french version of the catalogs. Thanks Frédéric!
  87.         Included a slovenian catalog, translated by Damir Arh.
  88.     Included a finnish catalog, thanks to Samppa Rönkä.
  89.         Included a patch for version 40.3 of "More" to fix this
  90.         nasty iconification bug.
  91.         Included the "NamedConsoleHandler" to enable ^Z for Os versions
  92.         2.0 and 2.1.
  93.         CrossDos directories are no longer cached because their date
  94.         doesn't get updated as it should.
  95.         Added the "BACK" window path "meta" argument.
  96.         Added emulation of a RAW: handler bug which can be turned off
  97.         with a new CSI sequence.
  98.         Added a special check against deadlocks on ViNCEd startup.
  99.         Fixed the ^Q and ^G keyboard functions for VT-220.
  100.         Fixed the documentation about the "send window borders" sequence.
  101.  
  102. Changes made in 3.64:
  103.         Fixed only a minor glinch in the scroll lock flag and gadgets.
  104.         Except that, no changes need to be done.
  105.         Forgot to include the up-to-date locale sources in the 3.63
  106.         distribution. Sorry for that.
  107.         Included some ancient releases for curiousity.
  108.  
  109.  
  110. Changes made in 3.63:
  111.         Changed the behaivour of ESC in the RAW mode; a plain ASCII ESC is
  112.         now sent, ViNCEd does no longer insert its private control sequence.
  113.         However, complete control sequences are sent in the "english" mode,
  114.         including those for "Toggle ESC", "Insert CSI" and "Insert ESC".
  115.         ViNCEd sends now ESC [ instead of CSI for keyboard sequences if the
  116.         seven bit mode is enabled.
  117.         ViNCEd does no longer insert a line feed into the clipboard if a
  118.         line was word-wrapped at the right border of the window.
  119.         The line feed handling was changed. The old version emulated the
  120.         SGI winterm behaivour, which is just plain wrong. I studied five
  121.         terminal programs how to do this right, got six answers and
  122.         implemented a seventh.
  123.         Added emulation of some VT-xxx illnesses, especially handling of
  124.         zero arguments in a CSI sequence (which I hate to do like this, but
  125.         so what).
  126.         Fixed characters sent with ^C to ^F. These were just wrong. Urgh.
  127.         Fixed the ICONIFIED window path argument which did not work due to
  128.         a former, uhm, bug fix, in one of the betas. Luckey, the code was
  129.         (and still is) tolerant enough not to crash in this situation.
  130.         Fixed some bugs in scrolling borders with the cursor movement
  131.         commands.
  132.         Added a function browser to the second keyboard page of SetVNC.
  133.  
  134. Changes made in 3.62:
  135.         Fixed a bug in the TAB expansion. Thanks, Andreas!
  136.         Changed the Ctrl-C logic a bit, might avoid problems.
  137.         Fixed a bug in SetVNC that might have caused crashes when
  138.         shutting down the guide.
  139.         Added "Save To" and "Load From" gadgets to SetVNC.
  140.  
  141. Changes made in 3.61:
  142.         Added support for Massimo's external toolbutton image class,
  143.         the class itself and its documentation. Thanks, Massimo!
  144.         Added the "PLAIN" window path argument, idea of
  145.         Andreas Mixich.
  146.  
  147. Changes made in 3.60:
  148.     Just too much. 
  149.     Except quite a lot of bug fixes, this release introduces a new
  150.     keyboard parser which allows to bind keyboard functions to
  151.     any key you like. It introduced, too, a new preferences format
  152.     that is based on plain ASCII text. Additonally, a new guide
  153.     is included which contains a FAQ (frequently asked questions)
  154.     and a new and detailed index. That's only the list of the most
  155.     important changes. More has happened.
  156.  
  157. -----------------------------------------------------------------------------
  158. Notes: 
  159.  
  160.         Check the TOP_SECRET or ReadMe.First file in this archive!
  161.     Especially, these SHOULD BE RUN FIRST before you start with
  162.     the installation.
  163.  
  164.         VirusWorkShop seems to have trouble with the overlay file structure
  165.         that is used by the SetVNC program.
  166.         THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  167.         manager which is really buggy!
  168.  
  169.         To trick VirusWorkshop, the SetVNC program in this archive is
  170.         encoded. Use the "Decode" program from the "Extras" drawer to
  171.         decode manually. The installer script has been updated to do 
  172.         this for you.
  173.  
  174. -----------------------------------------------------------------------------
  175.  
  176. Send ideas, improvements, bugreports (please as concrete as possible) to:
  177.  
  178.  
  179.         Thomas Richter
  180.  
  181.  
  182. EMail:  thor@einstein.math.tu-berlin.de
  183.  
  184. or "Wisit the Web" site:
  185.  
  186. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  187.  
  188. -----------------------------------------------------------------------------
  189.  
  190. March 1999
  191.  
  192.         Thomas
  193.